ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateBaseTagHelper<TControl> Class / MonthCount Property

In This Topic
    MonthCount Property (InputDateBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.MonthCount. Sets the number of months to display in the drop-down calendar.
    Syntax
    'Declaration
     
    Public Overridable Property MonthCount As Integer
    public virtual int MonthCount {get; set;}
    Remarks
    The default value for this property is 1.
    See Also